home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
escalant
/
escala21.lha
/
escalante2.1
/
bin
/
gebToEscalante
next >
Wrap
Text File
|
1993-07-14
|
175b
|
13 lines
#!/bin/sh
# change identifiers
#
for i in $*
do
echo $i
cp $i /tmp/$i
sed -e 's/Geb/Escalante/g' \
-e 's/GEB/ESCALANTE/g' \
/tmp/$i > $i
rm /tmp/$i
done